DefaultPromptCallback

public final class DefaultPromptCallback extends DefaultCallback implements PromptCallback

The default PromptCallback implementation that shows a dialog when JavaScript prompt dialog should be displayed.

Constructors

Link copied to clipboard
public void DefaultPromptCallback(BrowserView parent)

Functions

Link copied to clipboard
public void on(PromptCallback.Params param, PromptCallback.Action tell)
Invoked when the callback needs a response for the given callback parameters.